Crate bevy_defer_derive

source ·

Attribute Macros§

  • Mirror an impl block to an async access component.

Derive Macros§

  • Generate type Async{TypeName} as a AsyncComponentDeref implementation.
  • Generate type Async{TypeName} as a AsyncNonSendDeref implementation.
  • Generate type Async{TypeName} as a AsyncResourceDeref implementation.